Using Bluetooth Grove on Arduino Mega

#include <SoftwareSerial.h>   //Software Serial Port
#define RxD 6
#define TxD 7

Which pins on the Mega does SoftwareSerial work on?

On a device with 4 hardware serial ports, why are you using SoftwareSerial at all?