Link only the ones you are using: debug libraries during debug build, release libraries during release build.
Make sure that the different files used are exactly the same version (including the actual compiled library that accompanies the executable file). By 'version', I mean debug/release, 32-bit/64-bit, as well as the SFML release version.
Also, remember to use break after each case in your switch statement.