If you want to have Bing showng up as a search engine in the SERPS Pepper panel, add this code to engines.php. It works for me:
$RS_SearchEngines[] = array
(
'name' => 'Bing',
'url' => 'http://www.bing.com/search',
'domain' => 'www.bing',
'start' => 'first',
'perpage' => '10',
'offset' => '1'
);