Remove hard coded paths to the Visual Studio SDK libraries.
As of Visual Studio 2008 and including 2010 the SDK libraries,
like kernel32.lib, have been moved out of the VC directory
structure. These hard coded paths prevented jam from building.
Test built jam with VS2005 x64 and x86, VS2010 x64 and x86
with these new settings.