So what platform toolset is your VS2013 setup to use ? v6.0 looks very old, I think VS2008 or 3005 use it by default.
To see go to project properties -> General -> Platform toolset. Also check "VC++ directories" If problems persists you can manually change "Library Directories" to match your configuration (not recommended, kernel32.lib must came from VS2013, not some old version, otherwise bad things could still happen)
1. $(VC_LibraryPath_x86) has values:
-- C:\Program Files\Microsoft Visual Studio 12.0\VC\lib (no kernel32.lib here)
-- C:\Program Files\Microsoft Visual Studio 12.0\VC\atlmfc\lib (i can't locate the atlmfc folder)
2. $(WindowsSDK_ExecutablePath_x86) -- The macro is not defined in the macros list!